<?php
//Begin Really Simple SSL session cookie settings
@ini_set('session.cookie_httponly', true);
@ini_set('session.cookie_secure', true);
@ini_set('session.use_only_cookies', true);
//END Really Simple SSL cookie settings

/**
 * The base configuration for WordPress
 *
 * The wp-config.php creation script uses this file during the
 * installation. You don't have to use the web site, you can
 * copy this file to "wp-config.php" and fill in the values.
 *
 * This file contains the following configurations:
 *
 * * MySQL settings
 * * Secret keys
 * * Database table prefix
 * * ABSPATH
 *
 * @link https://codex.wordpress.org/Editing_wp-config.php
 *
 * @package WordPress
 */

// ** MySQL settings - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME', 'agroupcc_objective');

/** MySQL database username */
define('DB_USER', 'agroupcc_burhan');

/** MySQL database password */
define('DB_PASSWORD', 'toshibamath1122!');

/** MySQL hostname */
define('DB_HOST', 'localhost');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET', 'utf8');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE', '');

/**#@+
 * Authentication Unique Keys and Salts.
 *
 * Change these to different unique phrases!
 * You can generate these using the {@link https://api.wordpress.org/secret-key/1.1/salt/ WordPress.org secret-key service}
 * You can change these at any point in time to invalidate all existing cookies. This will force all users to have to log in again.
 *
 * @since 2.6.0
 */
define('AUTH_KEY', '?eEumt<<l$zUQnWMjrTDft*^B[g_dxMS_qk$sG}X{{-D!ALC=OxtL$o]HN$?S}]C$zlL(jEHiwFTx+NA?^u&G%/$!M[Post%AmxsL)a+AnMch{P+(}>boa&uX*PW/&G}');
define('SECURE_AUTH_KEY', 'q/X{B)UDyUjBTj-cUxv>E@sZo%{WA$XgrPvmI{?{lYgP^J{bH/?{e!/OjM%?EK+;Z%xNZ!XG-Vz_g$gEpT((@W&jG+RsaQDCTNa$Mve_ZHqEEB()fd^<cGNj@G&x>a/I');
define('LOGGED_IN_KEY', 'E-=zGI(jvy%Vm_xeEX)@%+xlN+Vl*&JVw/jj_yl]iZql@wQp;SVPQMsE]/XPj%yqdPoHXr)Ub/mZk(Lr_qDDRx?|/an{%YFuKGrpIUb]j)Sm]X-EJnMchiH&BXsuCofd');
define('NONCE_KEY', '}fQjHPR)!B*rLaY*!r;Yfw/;=cXoMA-/W?*y}hVIV+?$!HUXm[P<PgqYqQNirm}yVf!IKCE;wX_cvVxy/dFtAp%Lw&MlaKmniV$uVLFE(xUE*luI[a>B@/hJGe&pbGN)');
define('AUTH_SALT', '-AlxS$Dic=sFvs}Oj/EnTkH)DXkkEk}r??xE*|=jFqP&^DyJCC)}-E_=iv]kbgOtUA-AiTi|oIF=jk*E/Bl|KT}}d]T+bK*KN]&_*HMLyb/oqMDX^CfU@;@XxH_<PGZt');
define('SECURE_AUTH_SALT', '>=[PRUk>@)jo*/IVFyJDJT|KsvGTwjf^*tUs@xChSRp|*WWJM$j)K;xg$?nk-lz|Q-Cq=[=vgxUJ@&QyROwQ>hogl{|*pH$?O@JQAIW@I+I=M$Q]<z@ie/Na&iFZjteC');
define('LOGGED_IN_SALT', 'x{&Wk[;l_Q=(VcpC[DfbkzxfL!_ajeQr)DeM}_?){uQm);^WEQ%WfA<AhhIJd/ReA@aPprZpln;@I!EN(fuUu<KqlSdbx-ppka%M=h|xxYK;ZpFM(YAx(Lg(S&vbKdS)');
define('NONCE_SALT', 'LSL{WbR=)jWRe&F(RkJE%JaCSSQbEj^@M(Gx+BgVPo=L_(pQDl;TYL@rm}dpeJFmqLbz^}CQOIAc}dt^ktMrvw]Lgs@){ahic/O[sXEMVm>vq>fnIqrxc?+A@F?V/C]-');

/**#@-*/

/**
 * WordPress Database Table prefix.
 *
 * You can have multiple installations in one database if you give each
 * a unique prefix. Only numbers, letters, and underscores please!
 */
$table_prefix = 'wp_wsqd_';

/**
 * For developers: WordPress debugging mode.
 *
 * Change this to true to enable the display of notices during development.
 * It is strongly recommended that plugin and theme developers use WP_DEBUG
 * in their development environments.
 *
 * For information on other constants that can be used for debugging,
 * visit the Codex.
 *
 * @link https://codex.wordpress.org/Debugging_in_WordPress
 */
define('WP_DEBUG', false);

define( 'AUTOSAVE_INTERVAL', 300 );
define( 'WP_POST_REVISIONS', 5 );
define( 'EMPTY_TRASH_DAYS', 7 );
define( 'WP_CRON_LOCK_TIMEOUT', 120 );
/* That's all, stop editing! Happy blogging. */

/** Absolute path to the WordPress directory. */
if ( !defined('ABSPATH') )
	define('ABSPATH', dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
